home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 118
- BorderStyle = bsSingle
- Caption = 'Form1'
- ClientHeight = 306
- ClientWidth = 430
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 430
- Height = 233
- Align = alTop
- end
- object Label1: TLabel
- Left = 160
- Top = 284
- Width = 30
- Height = 13
- Caption = 'Mean:'
- end
- object Label2: TLabel
- Left = 256
- Top = 284
- Width = 48
- Height = 13
- Caption = '(0.0..12.0)'
- end
- object Button1: TButton
- Left = 8
- Top = 248
- Width = 140
- Height = 25
- Caption = 'Draw Normal Curve'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 8
- Top = 280
- Width = 140
- Height = 25
- Caption = 'Draw Poisson Curve'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 344
- Top = 280
- Width = 75
- Height = 25
- Caption = 'Exit'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Edit1: TEdit
- Left = 200
- Top = 280
- Width = 49
- Height = 21
- TabOrder = 2
- Text = '1.0'
- end
- object Button4: TButton
- Left = 344
- Top = 248
- Width = 75
- Height = 25
- Caption = 'AutoPoisson'
- TabOrder = 4
- OnClick = Button4Click
- end
- end
-